-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(customers): CUST-3623 update customers api docs based on cursor pagination #769
Conversation
6c92587
to
758c119
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made some editorial comments to remove passive voice.
70d9604
to
ee45522
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor suggestion but otherwise LGTM 💯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Isaac 👏
Looking good 🚢
7b981f0
…sponse to avoid confusion
7b981f0
to
4844247
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
Hi @bc-akshatkaushik I plan to add this change to the release notes tomorrow. Here is my draft copy: Cursor pagination is now available in the Customers V3 API for both the Get All Customers and Get Customer Form Field Values endpoints. This update simplifies navigation and supports more complex queries. |
Thanks for the draft @bc-traciporter! Just a bit of context for this. The reason why we introduce cursor pagination is that when users use it to navigate through the results, the performance would be drastically improved, especially when the store has a lot of customers or form field values. |
@bc-akshatkaushik Thanks for the feedback. I will change the text slightly. Cursor pagination is now available in the Customers V3 API for both the Get All Customers and Get Customer Form Field Values endpoints. This update improves navigation performance and supports many customers or form field values. |
CUST-3623
What changed?
Screenshots from swagger.io
get customers:
get ffvs:
Release notes draft